﻿.fl {
    float: left;
}

.fr {
    float: right;
}

.c2 {
    height: 120px;
    padding: 0 5px;
    width: 465px;
    overflow: hidden;
}

.cr {
    clear: both;
}

.main-box {
    width: 990px;
    margin: 10px auto;
    padding-right: 10px;
}

    .main-box table {
        width: 100%;
    }

.table-title {
    height: 15px;
}

.text-list {
    font-size: 12px;
    font-family: "宋体";
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    width: 100%;
    height: 120px;
    list-style: none;
}

    .text-list a {
        text-decoration: none;
        display: inline-block;
    }

        .text-list a.title {
            color: #222222;
            white-space: nowrap; /*文本不进行换行*/
            overflow: hidden; /*隐藏溢出文本*/
            text-overflow: ellipsis; /*多出文本使用 ....代替*/
            width: 27em; /*自适应布局*/
        }

        .text-list a.tag {
             float: left;
            color: #666;
            padding-right:5px;
        }

        .text-list a:hover {
            color: #f00;
        }

    .text-list span.date {
        float: right;
        color: #666;
    }



.link-line {
    text-align: right;
}

    .link-line ul {
        padding: 0;
        margin: 0;
    }

    .link-line li {
        display: inline-block;
        font-family: "宋体";
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        padding: 0 5px;
    }

        .link-line li a {
            color: #0a3b8b;
            text-decoration: none;
        }

            .link-line li a:hover {
                color: #f00;
            }

#data_update {
    color: #fff;
}
